home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / 386-switch.s next >
Text File  |  1992-06-18  |  167b  |  11 lines

  1. gcc_compiled.:
  2. .text
  3.     .align 2,144
  4. .globl _stack_switch_and_go
  5. _stack_switch_and_go:
  6.     movl 4(%esp),%eax
  7.     movl 8(%esp),%ebx
  8.         movl %eax,%esp
  9.         jmp *%ebx
  10.   
  11.